Class: Aws::Snowball::Types::UnsupportedAddressException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

The address is either outside the serviceable area for your region, or an error occurred. Check the address with your region's carrier and try again. If the issue persists, contact Amazon Web Services Support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2510
2511
2512
2513
2514
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2510

class UnsupportedAddressException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end