Class: Aws::BillingConductor::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ConflictException
- 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
- #message ⇒ String
-
#reason ⇒ String
Reason for the inconsistent state.
-
#resource_id ⇒ String
Identifier of the resource in use.
-
#resource_type ⇒ String
Type of the resource in use.
Instance Attribute Details
#message ⇒ 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.
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.
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.
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 |