Class: Aws::TimestreamQuery::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::TimestreamQuery::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-timestreamquery/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #scheduled_query_arn ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
126 127 128 |
# File 'lib/aws-sdk-timestreamquery/errors.rb', line 126 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
131 |
# File 'lib/aws-sdk-timestreamquery/errors.rb', line 131
def message: () -> ::String
|
#scheduled_query_arn ⇒ String
136 |
# File 'lib/aws-sdk-timestreamquery/errors.rb', line 136
def scheduled_query_arn: () -> ::String
|