Class: Aws::Organizations::Types::AccountNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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

#messageString

Returns:

  • (String)


209
210
211
212
213
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 209

class AccountNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end