Class: Aws::CloudFront::Errors::TrustedSignerDoesNotExist
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TrustedSignerDoesNotExist
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TrustedSignerDoesNotExist
constructor
A new instance of TrustedSignerDoesNotExist.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TrustedSignerDoesNotExist
Returns a new instance of TrustedSignerDoesNotExist.
1298 1299 1300 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1298 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1303 1304 1305 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1303 def @message || @data[:message] end |