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

#message ⇒ String

Returns:

  • (String)


470
471
472
473
474
475
476
# File 'lib/aws-sdk-outposts/types.rb', line 470

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

#resource_id ⇒ String

The ID of the resource causing the conflict.

Returns:

  • (String)


470
471
472
473
474
475
476
# File 'lib/aws-sdk-outposts/types.rb', line 470

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

#resource_type ⇒ String

The type of the resource causing the conflict.

Returns:

  • (String)


470
471
472
473
474
475
476
# File 'lib/aws-sdk-outposts/types.rb', line 470

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