MessageBody
public struct MessageBody : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The message that’s returned from the API.
Declaration
Swift
public let message: String? -
The unique identifier for the request or response.
Declaration
Swift
public let requestID: String? -
Undocumented
Declaration
Swift
public init(message: String? = nil, requestID: String? = nil)
View on GitHub
MessageBody Structure Reference