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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurusecurity/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)


204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 204

class ConflictException < Struct.new(
  :error_code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Description of the error.

Returns:

  • (String)


204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 204

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)


204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 204

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)


204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 204

class ConflictException < Struct.new(
  :error_code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end