Class: Aws::Snowball::Types::UnsupportedAddressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::UnsupportedAddressException
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-snowball/types.rb', line 2510 class UnsupportedAddressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |