Class: Aws::SQS::Types::InvalidAddress

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sqs/types.rb

Overview

The ‘accountId` is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


944
945
946
947
948
# File 'lib/aws-sdk-sqs/types.rb', line 944

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