Class: Aws::Snowball::Types::InvalidAddressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::InvalidAddressException
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
The address provided was invalid. Check the address with your region's carrier, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1498 class InvalidAddressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |