Class: Aws::S3::Types::ErrorDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ErrorDocument
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
The error information.
Constant Summary collapse
- SENSITIVE =
[]
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.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
5743 5744 5745 5746 5747 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5743 class ErrorDocument < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |