Class: Aws::Polly::Types::InvalidS3BucketException

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

Overview

The provided Amazon S3 bucket name is invalid. Please check your input with S3 bucket naming requirements and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


196
197
198
199
200
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 196

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