MessageData

public struct MessageData : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The error code or status code associated with the message.

    Declaration

    Swift

    public let code: String?
  • The message text.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(code: String? = nil, value: String? = nil)