SecretsManagerErrorType
public enum SecretsManagerErrorType : AWSErrorType
extension SecretsManagerErrorType : CustomStringConvertible
Error enum for SecretsManager
-
Undocumented
Declaration
Swift
case decryptionFailure(message: String?)
-
Undocumented
Declaration
Swift
case encryptionFailure(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceError(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case malformedPolicyDocumentException(message: String?)
-
Undocumented
Declaration
Swift
case preconditionNotMetException(message: String?)
-
Undocumented
Declaration
Swift
case publicPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case resourceExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }