Class: Aws::Polly::Types::InvalidS3KeyException

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

Overview

The provided Amazon S3 key prefix is invalid. Please provide a valid S3 object key name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


210
211
212
213
214
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 210

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