Class: Aws::TimestreamQuery::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
The requested resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#scheduled_query_arn ⇒ String
The ARN of the scheduled query.
Instance Attribute Details
#message ⇒ String
1339 1340 1341 1342 1343 1344 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1339 class ResourceNotFoundException < Struct.new( :message, :scheduled_query_arn) SENSITIVE = [] include Aws::Structure end |
#scheduled_query_arn ⇒ String
The ARN of the scheduled query.
1339 1340 1341 1342 1343 1344 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1339 class ResourceNotFoundException < Struct.new( :message, :scheduled_query_arn) SENSITIVE = [] include Aws::Structure end |