Class: Aws::CloudFront::Errors::FieldLevelEncryptionProfileAlreadyExists
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFront::Errors::FieldLevelEncryptionProfileAlreadyExists
 
 
- Defined in:
 - lib/aws-sdk-cloudfront/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ FieldLevelEncryptionProfileAlreadyExists 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of FieldLevelEncryptionProfileAlreadyExists.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FieldLevelEncryptionProfileAlreadyExists
Returns a new instance of FieldLevelEncryptionProfileAlreadyExists.
      476 477 478  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 476 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      481 482 483  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 481 def @message || @data[:message] end  |