Class: Aws::CodeGuruSecurity::Types::ConflictException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The identifier for the error.

Returns:

  • (String)


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

#messageString

Description of the error.

Returns:

  • (String)


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_idString

The identifier for the service resource associated with the request.

Returns:

  • (String)


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_typeString

The type of resource associated with the request.

Returns:

  • (String)


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