Class: Aws::Organizations::Types::AccountAlreadyClosedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AccountAlreadyClosedException
- Defined in:
- gems/aws-sdk-organizations/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
#message ⇒ String
180 181 182 183 184 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 180 class AccountAlreadyClosedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |