Class: Aws::Inspector2::Types::ConflictException

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

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
# File 'lib/aws-sdk-inspector2/types.rb', line 2719

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

#resource_id ⇒ String

The ID of the conflicting resource.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
# File 'lib/aws-sdk-inspector2/types.rb', line 2719

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

#resource_type ⇒ String

The type of the conflicting resource.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
# File 'lib/aws-sdk-inspector2/types.rb', line 2719

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