Class: Aws::CloudFront::Errors::TooManyFieldLevelEncryptionFieldPatterns
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyFieldLevelEncryptionFieldPatterns
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionFieldPatterns
constructor
A new instance of TooManyFieldLevelEncryptionFieldPatterns.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionFieldPatterns
Returns a new instance of TooManyFieldLevelEncryptionFieldPatterns.
1961 1962 1963 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1961 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1966 1967 1968 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1966 def @message || @data[:message] end |