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.
1946 1947 1948 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1946 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1951 1952 1953 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1951 def @message || @data[:message] end |