Class: Aws::Organizations::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ConflictException
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
The request failed because it conflicts with the current state of the specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
449 450 451 452 453 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 449 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |