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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


427
428
429
430
431
432
433
# File 'lib/aws-sdk-outposts/types.rb', line 427

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)


427
428
429
430
431
432
433
# File 'lib/aws-sdk-outposts/types.rb', line 427

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)


427
428
429
430
431
432
433
# File 'lib/aws-sdk-outposts/types.rb', line 427

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