Class: Aws::TimestreamQuery::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb

Overview

The requested resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


879
880
881
882
883
884
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 879

class ResourceNotFoundException < Struct.new(
  :message,
  :scheduled_query_arn)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_query_arnString

The ARN of the scheduled query.

Returns:

  • (String)


879
880
881
882
883
884
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 879

class ResourceNotFoundException < Struct.new(
  :message,
  :scheduled_query_arn)
  SENSITIVE = []
  include Aws::Structure
end