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.
1911 1912 1913 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1911 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1916 1917 1918 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1916 def @message || @data[:message] end |