Class: Aws::STS::Types::InvalidAuthorizationMessageException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-sts/types.rb

Overview

The error returned if the message passed to DecodeAuthorizationMessage was invalid. This can happen if the token contains invalid characters, such as linebreaks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1429
1430
1431
1432
1433
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1429

class InvalidAuthorizationMessageException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end