Struct aws_sdk_rust::aws::s3::object::ErrorDocument
[−]
[src]
pub struct ErrorDocument { pub key: ObjectKey, }
Fields
key: ObjectKey
The object key name to use when a 4XX class error occurs.
Trait Implementations
impl Default for ErrorDocument
[src]
fn default() -> ErrorDocument
Returns the "default value" for a type. Read more