Class: Aws::Account::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
The request could not be processed because of a conflict in the current status of the resource. For example, this happens if you try to enable a Region that is currently being disabled (in a status of DISABLING).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
132 133 134 135 136 |
# File 'lib/aws-sdk-account/types.rb', line 132 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |