Class: Aws::CloudFront::Errors::FieldLevelEncryptionConfigInUse
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFront::Errors::FieldLevelEncryptionConfigInUse
 
 
- Defined in:
 - lib/aws-sdk-cloudfront/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ FieldLevelEncryptionConfigInUse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of FieldLevelEncryptionConfigInUse.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FieldLevelEncryptionConfigInUse
Returns a new instance of FieldLevelEncryptionConfigInUse.
      461 462 463  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 461 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      466 467 468  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 466 def @message || @data[:message] end  |