FailureInfo
public struct FailureInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The code of the common error. Valid values include InternalServiceException, InvalidParameterException, and any valid error code returned by the AWS service that hosts the resource that you want to tag.
Declaration
Swift
public let errorCode: ErrorCode?
-
The message of the common error.
Declaration
Swift
public let errorMessage: String?
-
The HTTP status code of the common error.
Declaration
Swift
public let statusCode: Int?
-
Undocumented
Declaration
Swift
public init(errorCode: ErrorCode? = nil, errorMessage: String? = nil, statusCode: Int? = nil)