Class: Aws::CloudFront::Errors::NoSuchFieldLevelEncryptionProfile
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFront::Errors::NoSuchFieldLevelEncryptionProfile
 
 
- Defined in:
 - lib/aws-sdk-cloudfront/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ NoSuchFieldLevelEncryptionProfile 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of NoSuchFieldLevelEncryptionProfile.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchFieldLevelEncryptionProfile
Returns a new instance of NoSuchFieldLevelEncryptionProfile.
      1151 1152 1153  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 1151 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      1156 1157 1158  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 1156 def @message || @data[:message] end  |