Class: Aws::Outposts::Types::ConflictException

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

Overview

Updating or deleting this resource can cause an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


337
338
339
340
341
342
343
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 337

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

#resource_idString

The ID of the resource causing the conflict.

Returns:

  • (String)


337
338
339
340
341
342
343
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 337

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

#resource_typeString

The type of the resource causing the conflict.

Returns:

  • (String)


337
338
339
340
341
342
343
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 337

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