Class: Aws::CloudFront::Errors::FieldLevelEncryptionProfileSizeExceeded
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFront::Errors::FieldLevelEncryptionProfileSizeExceeded
 
 
- Defined in:
 - lib/aws-sdk-cloudfront/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ FieldLevelEncryptionProfileSizeExceeded 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of FieldLevelEncryptionProfileSizeExceeded.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FieldLevelEncryptionProfileSizeExceeded
Returns a new instance of FieldLevelEncryptionProfileSizeExceeded.
      506 507 508  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 506 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      511 512 513  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 511 def @message || @data[:message] end  |