Class: Aws::CloudFront::Errors::QueryArgProfileEmpty
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::QueryArgProfileEmpty
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueryArgProfileEmpty
constructor
A new instance of QueryArgProfileEmpty.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueryArgProfileEmpty
Returns a new instance of QueryArgProfileEmpty.
1356 1357 1358 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1356 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1361 1362 1363 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1361 def @message || @data[:message] end |