EndpointItemResponse
public struct EndpointItemResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The custom message that’s returned in the response as a result of processing the endpoint data.
Declaration
Swift
public let message: String? -
The status code that’s returned in the response as a result of processing the endpoint data.
Declaration
Swift
public let statusCode: Int? -
Undocumented
Declaration
Swift
public init(message: String? = nil, statusCode: Int? = nil)
View on GitHub
EndpointItemResponse Structure Reference