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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


193
194
195
196
197
198
199
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 193

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

#resource_idString

The ID of the conflicting resource.

Returns:

  • (String)


193
194
195
196
197
198
199
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 193

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

#resource_typeString

The type of the conflicting resource.

Returns:

  • (String)


193
194
195
196
197
198
199
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 193

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