Class: Aws::Organizations::Types::ResponsibilityTransferNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ResponsibilityTransferNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
We can’t find a transfer that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5157 5158 5159 5160 5161 |
# File 'lib/aws-sdk-organizations/types.rb', line 5157 class ResponsibilityTransferNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |