Class: Aws::CloudFront::Errors::TrustedKeyGroupDoesNotExist
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::CloudFront::Errors::TrustedKeyGroupDoesNotExist
 
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TrustedKeyGroupDoesNotExist 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TrustedKeyGroupDoesNotExist. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TrustedKeyGroupDoesNotExist
Returns a new instance of TrustedKeyGroupDoesNotExist.
| 2397 2398 2399 | # File 'lib/aws-sdk-cloudfront/errors.rb', line 2397 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 2402 2403 2404 | # File 'lib/aws-sdk-cloudfront/errors.rb', line 2402 def @message || @data[:message] end |