Class: Aws::ObservabilityAdmin::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
The requested operation conflicts with the current state of the specified resource or with another request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource which is in conflict with the requested operation.
-
#resource_type ⇒ String
The type of the resource which is in conflict with the requested operation.
Instance Attribute Details
#message ⇒ String
358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 358 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource which is in conflict with the requested operation.
358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 358 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource which is in conflict with the requested operation.
358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 358 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |