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.
1152 1153 1154 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1152 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1157 1158 1159 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1157 def @message || @data[:message] end |