Class: Aws::Polly::Types::InvalidS3KeyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::InvalidS3KeyException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
211 212 213 214 215 |
# File 'lib/aws-sdk-polly/types.rb', line 211 class InvalidS3KeyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |