Class: Aws::CloudFront::Errors::TooManyFieldLevelEncryptionContentTypeProfiles
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyFieldLevelEncryptionContentTypeProfiles
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionContentTypeProfiles
constructor
A new instance of TooManyFieldLevelEncryptionContentTypeProfiles.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionContentTypeProfiles
Returns a new instance of TooManyFieldLevelEncryptionContentTypeProfiles.
1851 1852 1853 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1851 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1856 1857 1858 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1856 def @message || @data[:message] end |