Class: Aws::TimestreamWrite::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Timestream was unable to process this request because it contains resource that already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
34 35 36 37 38 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 34 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |