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
912 913 914 915 916 917 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 912 class ResourceNotFoundException < Struct.new( :message, :scheduled_query_arn) SENSITIVE = [] include Aws::Structure end |
#scheduled_query_arn ⇒ String
The ARN of the scheduled query.
912 913 914 915 916 917 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 912 class ResourceNotFoundException < Struct.new( :message, :scheduled_query_arn) SENSITIVE = [] include Aws::Structure end |