Class: Aws::CloudFront::Errors::TrustedKeyGroupDoesNotExist
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TrustedKeyGroupDoesNotExist
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TrustedKeyGroupDoesNotExist
constructor
A new instance of TrustedKeyGroupDoesNotExist.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TrustedKeyGroupDoesNotExist
Returns a new instance of TrustedKeyGroupDoesNotExist.
2381 2382 2383 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2381 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2386 2387 2388 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2386 def @message || @data[:message] end |