Class: Aws::KMS::Errors::CloudHsmClusterNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::KMS::Errors::CloudHsmClusterNotFoundException
 
 
- Defined in:
 - gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ CloudHsmClusterNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of CloudHsmClusterNotFoundException.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CloudHsmClusterNotFoundException
Returns a new instance of CloudHsmClusterNotFoundException.
      150 151 152  | 
    
      # File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 150 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      155 156 157  | 
    
      # File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 155 def @message || @data[:message] end  |