Class: Aws::SecurityIR::Types::ConflictException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


218
219
220
221
222
223
224
# File 'lib/aws-sdk-securityir/types.rb', line 218

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

#resource_idString

The ID of the conflicting resource.

Returns:

  • (String)


218
219
220
221
222
223
224
# File 'lib/aws-sdk-securityir/types.rb', line 218

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

#resource_typeString

The type of the conflicting resource.

Returns:

  • (String)


218
219
220
221
222
223
224
# File 'lib/aws-sdk-securityir/types.rb', line 218

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