Class: Aws::Lightsail::Types::RegionSetupInProgressException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

Returns:

  • (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

#docsString

Returns:

  • (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

#messageString

Returns:

  • (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

#tipString

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.

Returns:

  • (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