Class: Aws::CloudFront::Errors::TooManyFieldLevelEncryptionProfiles
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyFieldLevelEncryptionProfiles
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionProfiles
constructor
A new instance of TooManyFieldLevelEncryptionProfiles.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFieldLevelEncryptionProfiles
Returns a new instance of TooManyFieldLevelEncryptionProfiles.
1896 1897 1898 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1896 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1901 1902 1903 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1901 def @message || @data[:message] end |