Class: Aws::Lightsail::Types::RegionSetupInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RegionSetupInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Lightsail throws this exception when an operation is performed on resources in an opt-in Region that is currently being set up.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
-
#docs ⇒ String
[Regions and Availability Zones for Lightsail].
- #message ⇒ String
-
#tip ⇒ String
Opt-in Regions typically take a few minutes to finish setting up before you can work with them.
Instance Attribute Details
#code ⇒ String
12755 12756 12757 12758 12759 12760 12761 12762 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12755 class RegionSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
- Regions and Availability Zones for Lightsail][1
12755 12756 12757 12758 12759 12760 12761 12762 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12755 class RegionSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
12755 12756 12757 12758 12759 12760 12761 12762 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12755 class RegionSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
Opt-in Regions typically take a few minutes to finish setting up before you can work with them. Wait a few minutes and try again.
12755 12756 12757 12758 12759 12760 12761 12762 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12755 class RegionSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |