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)


231
232
233
234
235
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 231

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