Class: Aws::Inspector2::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
A conflict occurred. This exception occurs when the same resource is being modified by concurrent requests.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the conflicting resource.
-
#resource_type ⇒ String
The type of the conflicting resource.
Instance Attribute Details
#message ⇒ String
2510 2511 2512 2513 2514 2515 2516 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2510 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the conflicting resource.
2510 2511 2512 2513 2514 2515 2516 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2510 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the conflicting resource.
2510 2511 2512 2513 2514 2515 2516 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2510 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |