Class: Aws::CloudFront::Errors::TooManyFieldLevelEncryptionEncryptionEntities
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyFieldLevelEncryptionEncryptionEntities
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionEncryptionEntities
constructor
A new instance of TooManyFieldLevelEncryptionEncryptionEntities.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionEncryptionEntities
Returns a new instance of TooManyFieldLevelEncryptionEncryptionEntities.
1543 1544 1545 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1543 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1548 1549 1550 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1548 def @message || @data[:message] end |