Class: Aws::IAM::Errors::KeyPairMismatchException Deprecated
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::IAM::Errors::KeyPairMismatchException
 
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/errors.rb
Overview
Deprecated. 
  This error class is not used during parsing.
Please use KeyPairMismatch instead.
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ KeyPairMismatchException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of KeyPairMismatchException. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KeyPairMismatchException
Returns a new instance of KeyPairMismatchException.
| 363 364 365 | # File 'gems/aws-sdk-iam/lib/aws-sdk-iam/errors.rb', line 363 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 368 369 370 | # File 'gems/aws-sdk-iam/lib/aws-sdk-iam/errors.rb', line 368 def @message || @data[:message] end |