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.
2039 2040 2041 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2039 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2044 2045 2046 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2044 def @message || @data[:message] end |