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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

A conflict occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1865
1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-inspector2/types.rb', line 1865

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

#resource_idString

The ID of the conflicting resource.

Returns:

  • (String)


1865
1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-inspector2/types.rb', line 1865

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

#resource_typeString

The type of the conflicting resource.

Returns:

  • (String)


1865
1866
1867
1868
1869
1870
1871
# File 'lib/aws-sdk-inspector2/types.rb', line 1865

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