Class: Aws::S3::Types::ErrorDocument

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

Overview

Note:

When making an API call, you may pass ErrorDocument data as a hash:

{
  key: "ObjectKey", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The object key name to use when a 4XX class error occurs.

Returns:

  • (String)


2342
2343
2344
2345
# File 'lib/aws-sdk-s3/types.rb', line 2342

class ErrorDocument < Struct.new(
  :key)
  include Aws::Structure
end