Class: Aws::S3::Types::ErrorDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ErrorDocument
- 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
-
#key ⇒ String
The object key name to use when a 4XX class error occurs.
Instance Attribute Details
#key ⇒ String
The object key name to use when a 4XX class error occurs.
2152 2153 2154 2155 |
# File 'lib/aws-sdk-s3/types.rb', line 2152 class ErrorDocument < Struct.new( :key) include Aws::Structure end |