ErrorDetail
public struct ErrorDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code that identifies the type of error.
Declaration
Swift
public let errorCode: String?
-
The message for the error.
Declaration
Swift
public let errorMessage: String?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil)