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
511 512 513 514 515 516 517 518 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 511 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason for the inconsistent state.
511 512 513 514 515 516 517 518 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 511 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource in use.
511 512 513 514 515 516 517 518 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 511 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource in use.
511 512 513 514 515 516 517 518 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 511 class ConflictException < Struct.new( :message, :resource_id, :resource_type, :reason) SENSITIVE = [] include Aws::Structure end |