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.
1042 1043 1044 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1042 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1047 1048 1049 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1047 def @message || @data[:message] end |