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.
2024 2025 2026 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2024 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2029 2030 2031 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2029 def || @data[:message] end |