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
}

The error information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

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

Returns:

  • (String)


4127
4128
4129
4130
4131
# File 'lib/aws-sdk-s3/types.rb', line 4127

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