Class: Aws::TimestreamInfluxDB::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreaminfluxdb/types.rb

Overview

The requested resource was not found or does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
1241
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1235

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

#resource_idString

The identifier for the Timestream for InfluxDB resource associated with the request.

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
1241
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1235

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

#resource_typeString

The type of Timestream for InfluxDB resource associated with the request.

Returns:

  • (String)


1235
1236
1237
1238
1239
1240
1241
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1235

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