Method: Aws::SQS::Types::InvalidAddress#message
- Defined in:
- lib/aws-sdk-sqs/types.rb
#message ⇒ String
947 948 949 950 951 |
# File 'lib/aws-sdk-sqs/types.rb', line 947 class InvalidAddress < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |