Class: Aws::Lightsail::Types::AccountSetupInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AccountSetupInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Lightsail throws this exception when an account is still in the setup in progress state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
333 334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-lightsail/types.rb', line 333 class AccountSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
333 334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-lightsail/types.rb', line 333 class AccountSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
333 334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-lightsail/types.rb', line 333 class AccountSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
333 334 335 336 337 338 339 340 |
# File 'lib/aws-sdk-lightsail/types.rb', line 333 class AccountSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |