github.com/aws/smithy-go.OperationError.ServiceID (field)

4 uses

	github.com/aws/smithy-go (current package)
		errors.go#L45: 	ServiceID     string
		errors.go#L51: func (e *OperationError) Service() string { return e.ServiceID }
		errors.go#L60: 	return fmt.Sprintf("operation error %s: %s, %v", e.ServiceID, e.OperationName, e.Err)

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L235: 			ServiceID:     ServiceID,