Class: Aws::CloudFront::Errors::TooManyFieldLevelEncryptionQueryArgProfiles
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyFieldLevelEncryptionQueryArgProfiles
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionQueryArgProfiles
constructor
A new instance of TooManyFieldLevelEncryptionQueryArgProfiles.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionQueryArgProfiles
Returns a new instance of TooManyFieldLevelEncryptionQueryArgProfiles.
1588 1589 1590 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1588 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1593 1594 1595 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1593 def @message || @data[:message] end |