Class: Aws::Polly::Types::InvalidSnsTopicArnException

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

Overview

The provided SNS topic ARN is invalid. Please provide a valid SNS topic ARN and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


268
269
270
271
272
# File 'lib/aws-sdk-polly/types.rb', line 268

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