IoTErrorType
public enum IoTErrorType : AWSErrorType
extension IoTErrorType : CustomStringConvertible
Error enum for IoT
-
Undocumented
Declaration
Swift
case certificateConflictException(message: String?)
-
Undocumented
Declaration
Swift
case certificateStateException(message: String?)
-
Undocumented
Declaration
Swift
case certificateValidationException(message: String?)
-
Undocumented
Declaration
Swift
case conflictingResourceUpdateException(message: String?)
-
Undocumented
Declaration
Swift
case deleteConflictException(message: String?)
-
Undocumented
Declaration
Swift
case indexNotReadyException(message: String?)
-
Undocumented
Declaration
Swift
case internalException(message: String?)
-
Undocumented
Declaration
Swift
case internalFailureException(message: String?)
-
Undocumented
Declaration
Swift
case invalidAggregationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidQueryException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case invalidResponseException(message: String?)
-
Undocumented
Declaration
Swift
case invalidStateTransitionException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case malformedPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case notConfiguredException(message: String?)
-
Undocumented
Declaration
Swift
case registrationCodeValidationException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceRegistrationFailureException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case sqlParseException(message: String?)
-
Undocumented
Declaration
Swift
case taskAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(message: String?)
-
Undocumented
Declaration
Swift
case transferAlreadyCompletedException(message: String?)
-
Undocumented
Declaration
Swift
case transferConflictException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedException(message: String?)
-
Undocumented
Declaration
Swift
case versionConflictException(message: String?)
-
Undocumented
Declaration
Swift
case versionsLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }