Class: Aws::STS::Types::ExpiredTokenException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sts/types.rb

Overview

The web identity token that was passed is expired or is not valid. Get a new identity token from the identity provider and then retry the request.

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)


1000
1001
1002
1003
1004
# File 'lib/aws-sdk-sts/types.rb', line 1000

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