class AWS::S3::WebsiteConfiguration

def error_document_key

Other tags:
    Api: - private

Returns:
  • (String, nil) -
def error_document_key
  (@options[:error_document] || {})[:key]
end