Class: Aws::Snowball::Types::UnsupportedAddressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::UnsupportedAddressException
- 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
#message ⇒ String
2660 2661 2662 2663 2664 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2660 class UnsupportedAddressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |