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

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

Overview

A conflict occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1855
1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1855

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

#resource_idString

The ID of the conflicting resource.

Returns:

  • (String)


1855
1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1855

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

#resource_typeString

The type of the conflicting resource.

Returns:

  • (String)


1855
1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1855

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