ResponseError
public struct ResponseError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code.
Declaration
Swift
public let code: LaunchTemplateErrorCode?
-
The error message, if applicable.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: LaunchTemplateErrorCode? = nil, message: String? = nil)