Class: Aws::Organizations::Types::InvalidResponsibilityTransferTransitionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::InvalidResponsibilityTransferTransitionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
The responsibility transfer can’t transition to the requested state because it’s not in a valid state for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2780 2781 2782 2783 2784 |
# File 'lib/aws-sdk-organizations/types.rb', line 2780 class InvalidResponsibilityTransferTransitionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |