Class: Aws::Organizations::Types::CreateAccountStatusNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

We can't find an create account request with the CreateAccountRequestId that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


915
916
917
918
919
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 915

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