Class: Aws::CloudWatchOmni::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::ConflictException
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
The operation could not be completed because of a conflict with the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conflict_type ⇒ String
The type of conflict that caused the request to fail.
-
#error_code ⇒ String
The error code associated with the conflict.
-
#message ⇒ String
A human-readable description of the conflict.
-
#resource_id ⇒ String
The identifier of the resource that is in conflict.
-
#resource_type ⇒ String
The type of the resource that is in conflict.
Instance Attribute Details
#conflict_type ⇒ String
The type of conflict that caused the request to fail. Not always present.
697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697 class ConflictException < Struct.new( :message, :conflict_type, :resource_id, :resource_type, :error_code) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code associated with the conflict. Not always present.
697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697 class ConflictException < Struct.new( :message, :conflict_type, :resource_id, :resource_type, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the conflict.
697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697 class ConflictException < Struct.new( :message, :conflict_type, :resource_id, :resource_type, :error_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that is in conflict. Not always present.
697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697 class ConflictException < Struct.new( :message, :conflict_type, :resource_id, :resource_type, :error_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that is in conflict. Not always present.
697 698 699 700 701 702 703 704 705 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 697 class ConflictException < Struct.new( :message, :conflict_type, :resource_id, :resource_type, :error_code) SENSITIVE = [] include Aws::Structure end |