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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/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

#messageString

Returns:

  • (String)


511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 511

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

#reasonString

Reason for the inconsistent state.

Returns:

  • (String)


511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 511

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

#resource_idString

Identifier of the resource in use.

Returns:

  • (String)


511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 511

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

#resource_typeString

Type of the resource in use.

Returns:

  • (String)


511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 511

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