Class: Aws::CloudFront::Errors::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
constructor
A new instance of TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
Returns a new instance of TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.
1796 1797 1798 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1796 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1801 1802 1803 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1801 def @message || @data[:message] end |