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.
343 344 345 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 343 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
348 349 350 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 348 def @message || @data[:message] end |