AWSS3ErrorDocument

Objective-C

@interface AWSS3ErrorDocument

Swift

class AWSS3ErrorDocument

The error information.

Required parameters: [Key]

  • key

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable key;

    Swift

    var key: String? { get set }