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 AWS Support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2206 2207 2208 2209 2210 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2206 class UnsupportedAddressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |