DecodeAuthorizationMessageRequest

public struct DecodeAuthorizationMessageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The encoded message that was returned with the response.

    Declaration

    Swift

    public let encodedMessage: String
  • Undocumented

    Declaration

    Swift

    public init(encodedMessage: String)
  • Declaration

    Swift

    public func validate(name: String) throws