Class: Aws::CloudFront::Errors::TooManyFieldLevelEncryptionQueryArgProfiles
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFront::Errors::TooManyFieldLevelEncryptionQueryArgProfiles
 
 
- Defined in:
 - lib/aws-sdk-cloudfront/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TooManyFieldLevelEncryptionQueryArgProfiles 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TooManyFieldLevelEncryptionQueryArgProfiles.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionQueryArgProfiles
Returns a new instance of TooManyFieldLevelEncryptionQueryArgProfiles.
      1991 1992 1993  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 1991 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      1996 1997 1998  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 1996 def @message || @data[:message] end  |