ErrorDetail
public struct ErrorDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The code associated with this error.
Declaration
Swift
public let errorCode: String? -
A message describing the error.
Declaration
Swift
public let errorMessage: String? -
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil)
View on GitHub
ErrorDetail Structure Reference