Class: Aws::BillingConductor::Types::ConflictException

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

Overview

You can cause an inconsistent state by updating or deleting a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


550
551
552
553
554
555
556
557
# File 'lib/aws-sdk-billingconductor/types.rb', line 550

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

#reason ⇒ String

Reason for the inconsistent state.

Returns:

  • (String)


550
551
552
553
554
555
556
557
# File 'lib/aws-sdk-billingconductor/types.rb', line 550

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

#resource_id ⇒ String

Identifier of the resource in use.

Returns:

  • (String)


550
551
552
553
554
555
556
557
# File 'lib/aws-sdk-billingconductor/types.rb', line 550

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

#resource_type ⇒ String

Type of the resource in use.

Returns:

  • (String)


550
551
552
553
554
555
556
557
# File 'lib/aws-sdk-billingconductor/types.rb', line 550

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