Class: Aws::SSMIncidents::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Updating or deleting a resource causes an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_identifier ⇒ String
The identifier of the requested resource.
-
#resource_type ⇒ String
The resource type.
-
#retry_after ⇒ Time
If present in the output, the operation can be retried after this time.
Instance Attribute Details
#message ⇒ String
333 334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 333 class ConflictException < Struct.new( :message, :resource_identifier, :resource_type, :retry_after) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The identifier of the requested resource
333 334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 333 class ConflictException < Struct.new( :message, :resource_identifier, :resource_type, :retry_after) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type
333 334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 333 class ConflictException < Struct.new( :message, :resource_identifier, :resource_type, :retry_after) SENSITIVE = [] include Aws::Structure end |
#retry_after ⇒ Time
If present in the output, the operation can be retried after this time
333 334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 333 class ConflictException < Struct.new( :message, :resource_identifier, :resource_type, :retry_after) SENSITIVE = [] include Aws::Structure end |