type github.com/aws/aws-sdk-go-v2/service/s3/types.NoSuchKey

9 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		errors.go#L123: type NoSuchKey struct {
		errors.go#L131: func (e *NoSuchKey) Error() string {
		errors.go#L134: func (e *NoSuchKey) ErrorMessage() string {
		errors.go#L140: func (e *NoSuchKey) ErrorCode() string {
		errors.go#L146: func (e *NoSuchKey) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L12494: 	output := &types.NoSuchKey{}
		deserializers.go#L18137: func awsRestxml_deserializeDocumentNoSuchKey(v **types.NoSuchKey, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L18141: 	var sv *types.NoSuchKey
		deserializers.go#L18143: 		sv = &types.NoSuchKey{}