Class: Aws::STS::Errors::InvalidIdentityTokenException Deprecated
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::STS::Errors::InvalidIdentityTokenException
 
- Defined in:
- lib/aws-sdk-sts/errors.rb
Overview
Deprecated. 
  This error class is not used during parsing. Please use ‘InvalidIdentityToken` instead.
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InvalidIdentityTokenException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InvalidIdentityTokenException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidIdentityTokenException
Returns a new instance of InvalidIdentityTokenException.
| 122 123 124 | # File 'lib/aws-sdk-sts/errors.rb', line 122 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 127 128 129 | # File 'lib/aws-sdk-sts/errors.rb', line 127 def @message || @data[:message] end |