chore: upgrade dependencies
This commit is contained in:
2
vendor/github.com/aws/smithy-go/transport/http/response.go
generated
vendored
2
vendor/github.com/aws/smithy-go/transport/http/response.go
generated
vendored
@@ -18,7 +18,7 @@ type ResponseError struct {
|
||||
Err error
|
||||
}
|
||||
|
||||
// HttpStatusCode returns the HTTP response status code received from the service
|
||||
// HTTPStatusCode returns the HTTP response status code received from the service.
|
||||
func (e *ResponseError) HTTPStatusCode() int { return e.Response.StatusCode }
|
||||
|
||||
// HTTPResponse returns the HTTP response received from the service.
|
||||
|
||||
Reference in New Issue
Block a user