Class: Aws::CloudFront::Errors::TooManyFieldLevelEncryptionConfigs
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyFieldLevelEncryptionConfigs
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionConfigs
constructor
A new instance of TooManyFieldLevelEncryptionConfigs.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionConfigs
Returns a new instance of TooManyFieldLevelEncryptionConfigs.
1932 1933 1934 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1932 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1937 1938 1939 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1937 def @message || @data[:message] end |