ManagedBlockchainErrorType
public enum ManagedBlockchainErrorType : AWSErrorType
extension ManagedBlockchainErrorType : CustomStringConvertible
Error enum for ManagedBlockchain
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case illegalActionException(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceErrorException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotReadyException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }