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
241 242 243 244 245 |
# File 'lib/aws-sdk-polly/types.rb', line 241 class InvalidS3KeyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |