Class: Aws::PartnerCentralAccount::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::ConflictException
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
The request could not be completed due to a conflict with the current state of the resource. This typically occurs when trying to create a resource that already exists or modify a resource that has been changed by another process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#reason ⇒ String
The specific reason for the conflict.
Instance Attribute Details
#message ⇒ String
513 514 515 516 517 518 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 513 class ConflictException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The specific reason for the conflict.
513 514 515 516 517 518 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 513 class ConflictException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |