Class: Aws::Snowball::Types::InvalidAddressException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1293
1294
1295
1296
1297
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1293

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