Class: Aws::Organizations::Types::AccountNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AccountNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
We can’t find an Amazon Web Services account with the ‘AccountId` that you specified, or the account whose credentials you used to make this request isn’t a member of an organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
209 210 211 212 213 |
# File 'lib/aws-sdk-organizations/types.rb', line 209 class AccountNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |