Class: Aws::Organizations::Types::AccountNotRegisteredException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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