Class: Aws::Lightsail::Types::RegionSetupInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RegionSetupInProgressException
- Defined in:
- gems/aws-sdk-lightsail/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][1].
-
#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
12886 12887 12888 12889 12890 12891 12892 12893 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12886 class RegionSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
12886 12887 12888 12889 12890 12891 12892 12893 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12886 class RegionSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
12886 12887 12888 12889 12890 12891 12892 12893 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12886 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.
12886 12887 12888 12889 12890 12891 12892 12893 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12886 class RegionSetupInProgressException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |