Class: Aws::Organizations::Types::AccountNotRegisteredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AccountNotRegisteredException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
The specified account is not a delegated administrator for this Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
223 224 225 226 227 |
# File 'lib/aws-sdk-organizations/types.rb', line 223 class AccountNotRegisteredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |