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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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