IoTDataPlaneErrorType
public enum IoTDataPlaneErrorType : AWSErrorType
extension IoTDataPlaneErrorType : CustomStringConvertible
Error enum for IoTDataPlane
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case internalFailureException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case methodNotAllowedException(message: String?)
-
Undocumented
Declaration
Swift
case requestEntityTooLargeException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedDocumentEncodingException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }