Class: Aws::Organizations::Types::ResponsibilityTransferAlreadyInStatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ResponsibilityTransferAlreadyInStatusException
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
The responsibility transfer is already in the status that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5144 5145 5146 5147 5148 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5144 class ResponsibilityTransferAlreadyInStatusException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |