Class: Aws::CloudFront::Errors::NoSuchFieldLevelEncryptionConfig
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::NoSuchFieldLevelEncryptionConfig
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchFieldLevelEncryptionConfig
constructor
A new instance of NoSuchFieldLevelEncryptionConfig.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchFieldLevelEncryptionConfig
Returns a new instance of NoSuchFieldLevelEncryptionConfig.
1136 1137 1138 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1136 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1141 1142 1143 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1141 def @message || @data[:message] end |