Class: Aws::Organizations::Types::AccountAlreadyClosedException

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

Overview

You attempted to close an account that is already closed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


180
181
182
183
184
# File 'lib/aws-sdk-organizations/types.rb', line 180

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