Class: Aws::STS::Types::InvalidIdentityTokenException

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

Overview

The web identity token that was passed could not be validated by Amazon Web Services. Get a new identity token from the identity provider and then retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1444
1445
1446
1447
1448
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1444

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