Class: Aws::Organizations::Types::CreateAccountStatusNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::CreateAccountStatusNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
We can't find an create account request with the
CreateAccountRequestId that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
994 995 996 997 998 |
# File 'lib/aws-sdk-organizations/types.rb', line 994 class CreateAccountStatusNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |