Class: Aws::CodeGuruSecurity::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The identifier for the error.
-
#message ⇒ String
Description of the error.
-
#resource_id ⇒ String
The identifier for the service resource associated with the request.
-
#resource_type ⇒ String
The type of resource associated with the request.
Instance Attribute Details
#error_code ⇒ String
The identifier for the error.
203 204 205 206 207 208 209 210 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 203 class ConflictException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Description of the error.
203 204 205 206 207 208 209 210 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 203 class ConflictException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier for the service resource associated with the request.
203 204 205 206 207 208 209 210 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 203 class ConflictException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource associated with the request.
203 204 205 206 207 208 209 210 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 203 class ConflictException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |