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
913 914 915 916 917 |
# File 'lib/aws-sdk-organizations/types.rb', line 913 class CreateAccountStatusNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |