Class: Aws::TimestreamInfluxDB::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
The request conflicts with an existing resource in Timestream for InfluxDB.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The identifier for the Timestream for InfluxDB resource associated with the request.
-
#resource_type ⇒ String
The type of Timestream for InfluxDB resource associated with the request.
Instance Attribute Details
#message ⇒ String
44 45 46 47 48 49 50 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 44 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier for the Timestream for InfluxDB resource associated with the request.
44 45 46 47 48 49 50 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 44 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of Timestream for InfluxDB resource associated with the request.
44 45 46 47 48 49 50 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 44 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |